home *** CD-ROM | disk | FTP | other *** search
/ The Big Day - Work Smarter - Learn How / The Big Day - Work Smarter - Learn How (Microsoft).BIN / Office2000 / local.js < prev    next >
Text File  |  2000-07-26  |  2KB  |  58 lines

  1. var ToolBar_Supported = ToolBar_Supported ;
  2. if (ToolBar_Supported != null && ToolBar_Supported == true)
  3. {
  4. //To Turn on/off Frame support, set Frame_Supported = true/false.
  5. Frame_Supported = false;
  6.  
  7. // Customize default ICP menu color - bgColor, fontColor, mouseoverColor
  8. setDefaultICPMenuColor("#000000", "white", "red");
  9.  
  10. // Customize toolbar background color
  11. setToolbarBGColor("white");
  12.  
  13. // display ICP Banner
  14. setICPBanner("bd2000logo.gif","http://www.msbigday.com?target=/","MSBIGDAY.com Home") ;
  15.  
  16. //***** Add ICP menus *****
  17. //Home
  18. addICPMenu("HomeMenu", "Home", "","index.htm?target=/");
  19.  
  20. //WindowsFamilyMenu
  21. addICPMenu("WindowsFamilyMenu", "Windows Family", "","");
  22. addICPSubMenu("WindowsFamilyMenu","Windows 2000 Professional","windows_2000.htm?target=/");
  23. addICPSubMenu("WindowsFamilyMenu","Windows Me","windows_me.htm?target=/");
  24. addICPSubMenu("WindowsFamilyMenu","Small Business Server 2000","sbs2000.htm?target=/");
  25.  
  26. //ProductsMenu
  27. addICPMenu("ProductsMenu", "Products", "","");
  28. addICPSubMenu("ProductsMenu","Visio2000","new_page_3.htm?target=/");
  29. addICPSubMenu("ProductsMenu","bCentral","bcentral.htm?target=/");
  30. addICPSubMenu("ProductsMenu","Pocket Pc","pocket_pc.htm?target=/");
  31.  
  32. //FreeDownLoadsMenu
  33. addICPMenu("FreedownloadsMenu", "Downloads", "","");
  34. addICPSubMenu("FreedownloadsMenu","Free Programs","programs.htm?target=/");
  35.  
  36. //LinksandResourcesMenu
  37. addICPMenu("LinksandResourcesMenu", "Links and Resources", "","");
  38. addICPSubMenu("LinksandResourcesMenu","Quick Reference Guide","links_&_resources.htm?target=/links_&_resources.htm");
  39. addICPSubMenu("LinksandResourcesMenu","Licensing Information","antipiracy.htm?target=/");
  40. addICPSubMenu("LinksandResourcesMenu","ASP Info","asp1.htm?target=/");
  41.  
  42. //Content
  43. addICPMenu("ContentMenu", "Content", "","Content.htm?target=/");
  44. addICPSubMenu("ContentMenu","Small Business Research","Smallbiz.htm?target=/");
  45. addICPSubMenu("ContentMenu","Module 1","Module1.htm?target=/");
  46. addICPSubMenu("ContentMenu","Module 2","Module2.htm?target=/");
  47. addICPSubMenu("ContentMenu","Module 3","Module3.htm?target=/");
  48. addICPSubMenu("ContentMenu","Module 4","Module4.htm?target=/");
  49. addICPSubMenu("ContentMenu","Module 5","Module5.htm?target=/");
  50.  
  51. //Sponsers
  52. addICPMenu("SponsersMenu", "Sponsers", "","Partners.htm?target=/");
  53. addICPSubMenu("SponsersMenu","SoftChoice","http://www.softchoice.com?target=/");
  54. addICPSubMenu("SponsersMenu","Compaq","http://www.compaq.com?target=/");
  55.  
  56.  
  57. }
  58.